home *** CD-ROM | disk | FTP | other *** search
- DRIVER.SYS
- Device driver to allow access of extra disk devices
- See also <DEVICE> <CONFIG.SYS>
-
- COMMAND TYPE: EXTERNAL VERSION: 3.2 and up
-
- USE: DEVICE=DRIVER.SYS /D:ddd [/T:ttt][/S:ss][/H:hh][/C] [/N][/F:f]
-
- /D:ddd specifies the physical drive number. Value 0-127
- /T:ttt specifies the number of tracks per side. Value 1-999 (default 80)
- /S:ss specifies sectors per track. Value 1-99 (default is 9)
- /H:hh specifies the maximum number of heads. Value 1-99 (default is 2)
- /C specifies that changeline support is available.
- /N specifies that the disk is not removable.
- /F:f specifies the device type.
- 0 = 160/180/320/360 kb 5.25"
- 1 = 1.2 Mb 5.25"
- 2 = 720 kb 3.5"
- 7 = 1.44 Mb 3.5"
-
- NOTE: The DRIVER.SYS device driver must be placed in the <CONFIG.SYS>
- file and be used in conjunction with the DEVICE = DRIVER command.
-